'Declaration
Public Function New( _ ByVal colors() As Color, _ ByVal centrePoint As PointF _ )
public TriangleBoxGradientBrush( Color[] colors, PointF centrePoint )
Parameters
- colors
- An array of System.Drawing.Color that indicates the linear gradient colors.
- centrePoint
- A System.Drawing.PointF that indicates the gradient centre point.